467 lines
65 KiB
Plaintext

2026-01-30 04:34:29.426 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-30 04:34:29.427 DEBUG [tests.conftest] Running test: test_store_sync_high_jitter_stress with id: 2026-01-30_04-34-29__eaf388e0-dd0b-4437-94c4-77815e0ae3df
2026-01-30 04:34:29.427 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-30 04:34:29.434 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-30 04:34:29.434 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-30_04-34-29__eaf388e0-dd0b-4437-94c4-77815e0ae3df__wakuorg_nwaku:latest.log
2026-01-30 04:34:29.440 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-30 04:34:29.440 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-30_04-34-29__eaf388e0-dd0b-4437-94c4-77815e0ae3df__wakuorg_nwaku:latest.log
2026-01-30 04:34:29.446 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-30 04:34:29.446 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-30_04-34-29__eaf388e0-dd0b-4437-94c4-77815e0ae3df__wakuorg_nwaku:latest.log
2026-01-30 04:34:29.447 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-30 04:34:29.447 DEBUG [src.node.waku_node] Starting Node...
2026-01-30 04:34:29.448 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-30 04:34:29.451 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-30 04:34:29.451 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.190.113
2026-01-30 04:34:29.451 DEBUG [src.node.docker_mananger] Generated ports ['43251', '43252', '43253', '43254', '43255']
2026-01-30 04:34:29.451 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-30 04:34:29.452 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-30 04:34:29.452 DEBUG [src.node.waku_node] Using volumes []
2026-01-30 04:34:29.452 DEBUG [src.node.docker_mananger] docker run -i -t -p 43251:43251 -p 43252:43252 -p 43253:43253 -p 43254:43254 -p 43255:43255 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=43253 --rest-port=43251 --tcp-port=43252 --discv5-udp-port=43254 --rest-address=0.0.0.0 --nat=extip:172.18.190.113 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f1cfa7db02947adade790abcbe8ea6be4b43db556ec1f9c0ad0ce5b1e6ef70ce --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=43255 --metrics-logging=true --store-sync-relay-jitter=90 --relay=true --dns-discovery=false
2026-01-30 04:34:29.649 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.190.113 waku 92b26e923a9fb5532006ec8bebe95942fbf5d369c6aad23f2f47aa84766bf592
2026-01-30 04:34:29.655 ERROR [src.node.docker_mananger] Max retries reached for container 7aa5fb2427c7. Exiting log stream.
2026-01-30 04:34:29.683 DEBUG [src.node.docker_mananger] Container started with ID 92b26e923a9f. Setting up logs at ./log/docker/node1_2026-01-30_04-34-29__eaf388e0-dd0b-4437-94c4-77815e0ae3df__wakuorg_nwaku:latest.log
2026-01-30 04:34:29.684 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43251
2026-01-30 04:34:29.684 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-30 04:34:30.230 ERROR [src.node.docker_mananger] Max retries reached for container bb88c412cea8. Exiting log stream.
2026-01-30 04:34:30.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43251/health" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:34:30.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-30 04:34:30.689 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-30 04:34:30.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43251/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:34:30.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.190.113/tcp/43252/p2p/16Uiu2HAm5oqSkPD6cGJr3eWhbuos2w5ggnNHR36qVT3t4LdqTCaR","/ip4/172.18.190.113/tcp/43253/ws/p2p/16Uiu2HAm5oqSkPD6cGJr3eWhbuos2w5ggnNHR36qVT3t4LdqTCaR"],"enrUri":"enr:-L24QA2gQDDd2g0L-AqOYVJUpxajM5rehwNDORyVvVpTYc8mICLahrdTQypxBU05tqzIthk8FQ9q18CCq_Z5uIP1vDgCgmlkgnY0gmlwhKwSvnGKbXVsdGlhZGRyc5YACASsEr5xBqj0AAoErBK-cQao9d0DgnJzhQADAQAAiXNlY3AyNTZrMaECmkJZUJUTtMgoTMTxWRJuqhsbslVQruKKL3TWZeY8gu6DdGNwgqj0g3VkcIKo9oV3YWt1MhM"}'
2026-01-30 04:34:30.692 INFO [src.node.waku_node] REST service is ready !!
2026-01-30 04:34:30.692 DEBUG [src.node.waku_node] Starting Node...
2026-01-30 04:34:30.693 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-30 04:34:30.694 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-30 04:34:30.694 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.77.97
2026-01-30 04:34:30.694 DEBUG [src.node.docker_mananger] Generated ports ['1437', '1438', '1439', '1440', '1441']
2026-01-30 04:34:30.695 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-30 04:34:30.695 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-30 04:34:30.695 DEBUG [src.node.waku_node] Using volumes []
2026-01-30 04:34:30.695 DEBUG [src.node.docker_mananger] docker run -i -t -p 1437:1437 -p 1438:1438 -p 1439:1439 -p 1440:1440 -p 1441:1441 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=1439 --rest-port=1437 --tcp-port=1438 --discv5-udp-port=1440 --rest-address=0.0.0.0 --nat=extip:172.18.77.97 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e85dcb72a3c34a3ff85634dda0fa1dff9b0fe5f9dca7ae9c3f01c8c20a6ee995 --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=1441 --metrics-logging=true --store-sync-relay-jitter=90 --relay=true --dns-discovery=false
2026-01-30 04:34:30.880 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.77.97 waku 4fac4cd4448c5c3fe8c44063d553b21e2ef6d2a1fe8c3b97aa43ae0d5893049c
2026-01-30 04:34:30.912 DEBUG [src.node.docker_mananger] Container started with ID 4fac4cd4448c. Setting up logs at ./log/docker/node2_2026-01-30_04-34-29__eaf388e0-dd0b-4437-94c4-77815e0ae3df__wakuorg_nwaku:latest.log
2026-01-30 04:34:30.913 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1437
2026-01-30 04:34:30.914 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-30 04:34:31.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1437/health" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:34:31.919 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-30 04:34:31.919 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-30 04:34:31.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1437/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:34:31.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.77.97/tcp/1438/p2p/16Uiu2HAmPEGwrEdbX3E15JVpnzqnEsKQHF2rDBCMS47BCbqnBfLf","/ip4/172.18.77.97/tcp/1439/ws/p2p/16Uiu2HAmPEGwrEdbX3E15JVpnzqnEsKQHF2rDBCMS47BCbqnBfLf"],"enrUri":"enr:-L24QJi21xAg-oxLbLfiiNIZuwDiMIC8psj3avyRUB29__XKI5GzpX431Hc9e3yzPxwMLgTlAdVewjZaQE8ONH6OnnQCgmlkgnY0gmlwhKwSTWGKbXVsdGlhZGRyc5YACASsEk1hBgWeAAoErBJNYQYFn90DgnJzhQADAQAAiXNlY3AyNTZrMaEDnRvNC8A-QeR_nUxmVApXmlzYvqV_XcHlGcJd-yN2OSyDdGNwggWeg3VkcIIFoIV3YWt1MhM"}'
2026-01-30 04:34:31.922 INFO [src.node.waku_node] REST service is ready !!
2026-01-30 04:34:31.923 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.77.97/tcp/1438/p2p/16Uiu2HAmPEGwrEdbX3E15JVpnzqnEsKQHF2rDBCMS47BCbqnBfLf"]'
2026-01-30 04:34:31.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:31.953 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:31.954 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:31.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:31.965 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:31.971 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:31.972 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:31.979 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:31.979 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:31.980 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:31.980 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:31.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:31.985 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:31.986 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:31.987 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:31.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:31.992 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:31.993 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:31.994 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:31.998 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:31.999 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:31.999 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.006 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.007 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.007 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.013 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.013 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.013 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.014 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.018 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.019 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.020 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.020 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.026 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.026 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.026 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.031 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.032 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.032 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.038 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.039 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.039 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.044 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.044 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.045 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.046 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.052 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.052 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.052 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.053 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.057 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.057 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.058 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.059 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.065 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.066 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.066 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.071 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.071 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.072 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.073 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.077 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.079 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.079 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.079 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.084 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.085 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.085 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.091 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.092 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.092 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.096 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.096 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.097 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.098 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.103 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.103 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.104 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.104 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.109 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.110 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.115 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.116 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.123 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.123 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.124 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.130 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.132 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.132 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.137 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.138 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.139 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.144 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.145 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.145 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.150 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.150 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.152 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.157 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.157 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.158 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.158 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.164 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.165 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.165 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.166 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.170 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.170 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.171 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.171 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.177 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.178 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.178 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.183 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.184 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.185 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.185 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.191 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.192 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.196 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.197 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.198 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.198 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.202 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.203 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.204 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.205 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.211 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.211 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.216 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.218 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.223 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.223 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.225 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.225 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.231 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.231 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.232 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.232 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.237 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.238 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.239 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.244 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.245 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.245 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.250 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.250 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.252 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.252 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.258 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.258 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.259 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.264 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.264 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.265 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.271 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.272 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.272 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.277 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.277 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.278 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.278 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.283 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.285 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.285 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.291 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.291 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.292 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.297 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.298 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.299 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.305 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.305 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.306 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.310 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.310 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.312 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.312 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.318 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.319 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.319 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.324 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.325 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.325 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.330 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.330 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.331 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.331 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.337 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.337 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.338 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.338 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.344 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.345 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.345 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.349 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.349 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.350 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.351 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.355 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.356 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.357 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.357 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.363 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.364 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.364 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.369 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.370 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.371 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.376 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.377 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.377 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.384 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.384 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.385 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.390 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.391 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.391 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.397 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.398 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.398 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.398 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.403 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.404 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.405 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.405 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.410 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.410 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.411 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.416 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.416 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.418 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.418 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.422 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.423 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.424 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.424 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.429 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.429 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.430 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.431 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.436 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.437 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.438 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.443 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.444 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.444 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.445 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.451 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.452 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.457 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.459 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.459 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.463 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.464 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.465 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.465 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.470 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.471 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.478 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.479 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.479 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.484 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.485 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.485 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.491 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.492 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.498 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.499 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.500 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.500 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.505 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.506 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.506 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.507 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.513 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.513 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.514 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.518 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.518 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.519 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.520 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.525 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.526 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.526 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.532 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.533 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.533 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.539 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.540 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.540 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.546 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.546 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.547 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.547 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.552 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.553 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.554 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.554 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.559 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.560 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.561 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.561 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.568 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.569 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.569 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.575 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.575 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.575 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.581 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.582 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.582 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.587 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.588 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.588 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.589 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.595 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.596 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.596 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.604 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.604 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.605 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.606 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.610 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.612 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.612 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.618 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.619 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.620 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.625 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.626 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.627 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43251/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.633 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.634 DEBUG [src.steps.store] Relaying message
2026-01-30 04:34:32.634 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1437/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-01-30 04:34:32.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-30 04:34:32.639 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-01-30 04:34:32.640 DEBUG [src.libs.common] Sleeping for 120 seconds
2026-01-30 04:36:32.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43251/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:36:32.647 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-01-30 04:36:32.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1437/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-30 04:36:32.653 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-01-30 04:36:32.654 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-30 04:36:32.656 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-30 04:36:32.656 DEBUG [src.node.waku_node] Stopping container with id 92b26e923a9f
2026-01-30 04:36:33.201 DEBUG [src.node.waku_node] Container stopped.
2026-01-30 04:36:33.201 DEBUG [src.node.waku_node] Stopping container with id 4fac4cd4448c
2026-01-30 04:36:33.792 DEBUG [src.node.waku_node] Container stopped.
2026-01-30 04:36:33.793 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-30 04:36:33.869 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-30 04:36:33.944 DEBUG [src.node.docker_mananger] No errors found in the waku logs.