467 lines
65 KiB
Plaintext

2025-12-27 04:19:51.522 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-27 04:19:51.523 DEBUG [tests.conftest] Running test: test_store_sync_high_jitter_stress with id: 2025-12-27_04-19-51__3f8e6197-7cba-4d6e-9b4e-7827b34efd51
2025-12-27 04:19:51.524 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-27 04:19:51.531 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-27 04:19:51.531 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-27_04-19-51__3f8e6197-7cba-4d6e-9b4e-7827b34efd51__wakuorg_nwaku:latest.log
2025-12-27 04:19:51.538 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-27 04:19:51.538 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-27_04-19-51__3f8e6197-7cba-4d6e-9b4e-7827b34efd51__wakuorg_nwaku:latest.log
2025-12-27 04:19:51.543 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-27 04:19:51.543 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-27_04-19-51__3f8e6197-7cba-4d6e-9b4e-7827b34efd51__wakuorg_nwaku:latest.log
2025-12-27 04:19:51.544 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-27 04:19:51.544 DEBUG [src.node.waku_node] Starting Node...
2025-12-27 04:19:51.545 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-27 04:19:51.546 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-27 04:19:51.546 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.192.94
2025-12-27 04:19:51.546 DEBUG [src.node.docker_mananger] Generated ports ['16426', '16427', '16428', '16429', '16430']
2025-12-27 04:19:51.546 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-27 04:19:51.547 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-27 04:19:51.547 DEBUG [src.node.waku_node] Using volumes []
2025-12-27 04:19:51.547 DEBUG [src.node.docker_mananger] docker run -i -t -p 16426:16426 -p 16427:16427 -p 16428:16428 -p 16429:16429 -p 16430:16430 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=16428 --rest-port=16426 --tcp-port=16427 --discv5-udp-port=16429 --rest-address=0.0.0.0 --nat=extip:172.18.192.94 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=62f3c184b25cfdec38cfed569fdccbfde8693d93b41e57964ccdd04cdd506fa6 --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=16430 --metrics-logging=true --store-sync-relay-jitter=90 --relay=true --dns-discovery=false
2025-12-27 04:19:51.734 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.192.94 waku 9d99ad27c01d5a2ebc68babbf8c975000030d1739eb216b44563b14f4c3d9fc6
2025-12-27 04:19:51.764 DEBUG [src.node.docker_mananger] Container started with ID 9d99ad27c01d. Setting up logs at ./log/docker/node1_2025-12-27_04-19-51__3f8e6197-7cba-4d6e-9b4e-7827b34efd51__wakuorg_nwaku:latest.log
2025-12-27 04:19:51.765 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16426
2025-12-27 04:19:51.765 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-27 04:19:51.771 ERROR [src.node.docker_mananger] Max retries reached for container 2cfad5030732. Exiting log stream.
2025-12-27 04:19:52.340 ERROR [src.node.docker_mananger] Max retries reached for container f35a0087df2a. Exiting log stream.
2025-12-27 04:19:52.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16426/health" -H "Content-Type: application/json" -d 'None'
2025-12-27 04:19:52.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-27 04:19:52.769 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-27 04:19:52.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16426/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-27 04:19:52.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.192.94/tcp/16427/p2p/16Uiu2HAmVL1j593K9Zj37jpUdmCPRgR4yzFrPrRy3JqMxNKfzwuo","/ip4/172.18.192.94/tcp/16428/ws/p2p/16Uiu2HAmVL1j593K9Zj37jpUdmCPRgR4yzFrPrRy3JqMxNKfzwuo"],"enrUri":"enr:-L24QLwsD_h7544BFoGqXQP6heskvHbXm7DmYVRsAYtkZ5B5Pn3uXQAMGVY6gYnZAYG6wIKtcDM5mzh32ev1NRlmo8QCgmlkgnY0gmlwhKwSwF6KbXVsdGlhZGRyc5YACASsEsBeBkArAAoErBLAXgZALN0DgnJzhQADAQAAiXNlY3AyNTZrMaED97oynfMw4ORZ6vq1hJ9miskx5iE59PXt_ZU6DrriJtaDdGNwgkArg3VkcIJALYV3YWt1MhM"}'
2025-12-27 04:19:52.771 INFO [src.node.waku_node] REST service is ready !!
2025-12-27 04:19:52.771 DEBUG [src.node.waku_node] Starting Node...
2025-12-27 04:19:52.772 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-27 04:19:52.773 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-27 04:19:52.773 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.94.207
2025-12-27 04:19:52.773 DEBUG [src.node.docker_mananger] Generated ports ['43521', '43522', '43523', '43524', '43525']
2025-12-27 04:19:52.773 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-27 04:19:52.773 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-27 04:19:52.774 DEBUG [src.node.waku_node] Using volumes []
2025-12-27 04:19:52.774 DEBUG [src.node.docker_mananger] docker run -i -t -p 43521:43521 -p 43522:43522 -p 43523:43523 -p 43524:43524 -p 43525:43525 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=43523 --rest-port=43521 --tcp-port=43522 --discv5-udp-port=43524 --rest-address=0.0.0.0 --nat=extip:172.18.94.207 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cc2c8bf66f6b04e34dbcce303e7ff2b230c9eadb22dc102eeeac19fc92d6ae86 --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=43525 --metrics-logging=true --store-sync-relay-jitter=90 --relay=true --dns-discovery=false
2025-12-27 04:19:52.953 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.94.207 waku 566b09d05633a00f202f8fd6fdaf2b5b488f19dcc69bd4bcc9d848e6a4fc3168
2025-12-27 04:19:52.986 DEBUG [src.node.docker_mananger] Container started with ID 566b09d05633. Setting up logs at ./log/docker/node2_2025-12-27_04-19-51__3f8e6197-7cba-4d6e-9b4e-7827b34efd51__wakuorg_nwaku:latest.log
2025-12-27 04:19:52.987 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43521
2025-12-27 04:19:52.987 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-27 04:19:53.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43521/health" -H "Content-Type: application/json" -d 'None'
2025-12-27 04:19:53.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-27 04:19:53.991 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-27 04:19:53.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43521/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-27 04:19:53.993 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.94.207/tcp/43522/p2p/16Uiu2HAm3pey7WsxnmofyqdvgAEg2EjcAUiuTX5dqEYxwpCKTxgr","/ip4/172.18.94.207/tcp/43523/ws/p2p/16Uiu2HAm3pey7WsxnmofyqdvgAEg2EjcAUiuTX5dqEYxwpCKTxgr"],"enrUri":"enr:-L24QBTHzzRKhtm3pUFYhRpt64HtaRF7sQatIk06rPsnMQF3ZC0IL2jMW_5C01d11284jXmLj-la0QFpMSt72d_tIRMCgmlkgnY0gmlwhKwSXs-KbXVsdGlhZGRyc5YACASsEl7PBqoCAAoErBJezwaqA90DgnJzhQADAQAAiXNlY3AyNTZrMaECfMC1xfsDFs1Jaik9QudNE6nLez1JnUBNNlYSVyLCKpODdGNwgqoCg3VkcIKqBIV3YWt1MhM"}'
2025-12-27 04:19:53.993 INFO [src.node.waku_node] REST service is ready !!
2025-12-27 04:19:53.994 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.94.207/tcp/43522/p2p/16Uiu2HAm3pey7WsxnmofyqdvgAEg2EjcAUiuTX5dqEYxwpCKTxgr"]'
2025-12-27 04:19:54.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.028 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.030 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.040 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.043 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.043 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.049 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.050 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.051 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.051 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.057 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.057 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.063 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.064 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.069 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.069 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.070 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.070 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.075 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.076 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.077 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.085 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.085 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.086 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.086 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.091 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.092 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.092 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.097 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.098 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.099 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.105 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.106 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.106 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.111 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.111 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.112 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.117 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.118 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.118 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.123 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.124 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.124 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.129 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.130 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.131 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.136 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.137 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.137 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.142 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.143 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.143 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.149 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.150 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.150 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.155 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.156 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.162 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.162 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.163 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.168 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.169 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.169 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.174 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.175 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.175 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.181 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.181 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.187 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.188 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.188 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.193 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.194 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.195 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.200 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.201 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.202 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.206 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.207 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.207 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.212 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.213 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.214 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.214 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.219 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.220 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.220 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.225 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.226 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.226 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.231 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.231 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.232 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.233 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.238 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.239 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.239 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.244 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.245 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.245 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.250 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.251 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.252 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.252 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.258 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.258 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.259 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.259 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.264 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.264 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.265 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.270 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.271 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.277 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.277 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.278 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.282 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.283 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.284 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.284 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.289 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.290 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.290 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.295 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.299 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.299 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.305 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.306 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.306 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.311 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.312 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.313 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.313 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.318 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.318 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.319 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.320 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.324 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.325 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.326 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.331 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.331 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.331 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.332 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.337 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.337 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.338 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.338 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.344 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.344 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.345 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.349 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.350 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.351 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.351 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.357 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.357 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.357 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.363 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.364 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.364 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.369 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.370 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.375 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.376 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.376 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.381 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.382 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.382 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.387 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.388 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.388 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.393 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.394 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.395 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.395 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.400 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.400 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.401 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.402 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.407 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.408 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.408 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.414 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.415 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.415 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.421 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.421 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.422 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.426 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.427 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.428 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.428 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.433 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.434 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.434 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.434 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.439 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.441 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.441 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.447 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.447 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.453 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.454 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.454 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.459 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.459 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.460 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.460 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.466 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.467 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.467 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.472 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.473 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.473 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.478 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.478 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.479 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.484 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.485 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.485 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.490 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.492 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.492 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.497 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.498 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.503 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.504 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.504 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.510 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.510 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.511 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.516 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.516 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.517 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.517 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.522 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.523 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.523 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.532 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.533 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.533 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.538 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.539 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.539 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.544 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.544 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.545 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.545 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.551 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.551 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.552 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.553 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.558 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.559 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.559 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.564 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.565 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.566 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.566 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.571 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.571 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.572 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.577 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.578 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.578 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.583 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.583 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.584 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.584 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.589 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.590 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.591 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.591 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.595 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.595 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.597 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.597 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.603 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.603 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.603 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.608 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.608 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.609 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.610 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.615 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.616 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.616 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.622 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.623 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.628 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.629 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.630 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.634 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.634 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.635 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.636 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.643 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.644 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.644 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.650 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.650 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.651 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.658 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.658 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.658 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.659 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.664 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.664 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.665 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.665 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.671 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.671 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.672 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.672 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.677 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.677 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.678 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.678 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.683 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.685 DEBUG [src.steps.store] Relaying message
2025-12-27 04:19:54.685 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43521/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-27 04:19:54.690 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-27 04:19:54.690 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-27 04:19:54.691 DEBUG [src.libs.common] Sleeping for 120 seconds
2025-12-27 04:21:54.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16426/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-27 04:21:54.698 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-27 04:21:54.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43521/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-27 04:21:54.703 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-27 04:21:54.705 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-27 04:21:54.706 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-27 04:21:54.706 DEBUG [src.node.waku_node] Stopping container with id 9d99ad27c01d
2025-12-27 04:21:55.231 DEBUG [src.node.waku_node] Container stopped.
2025-12-27 04:21:55.231 DEBUG [src.node.waku_node] Stopping container with id 566b09d05633
2025-12-27 04:21:55.747 DEBUG [src.node.waku_node] Container stopped.
2025-12-27 04:21:55.749 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-27 04:21:55.831 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-27 04:21:55.903 DEBUG [src.node.docker_mananger] No errors found in the waku logs.