467 lines
65 KiB
Plaintext

2026-03-21 04:33:46.092 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-21 04:33:46.093 DEBUG [tests.conftest] Running test: test_store_sync_high_jitter_stress with id: 2026-03-21_04-33-46__6b3bc76d-cdf3-4bf6-9617-f869d5a95f94
2026-03-21 04:33:46.093 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-21 04:33:46.100 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-21 04:33:46.100 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-21_04-33-46__6b3bc76d-cdf3-4bf6-9617-f869d5a95f94__wakuorg_nwaku:latest.log
2026-03-21 04:33:46.106 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-21 04:33:46.106 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-21_04-33-46__6b3bc76d-cdf3-4bf6-9617-f869d5a95f94__wakuorg_nwaku:latest.log
2026-03-21 04:33:46.112 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-21 04:33:46.112 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-21_04-33-46__6b3bc76d-cdf3-4bf6-9617-f869d5a95f94__wakuorg_nwaku:latest.log
2026-03-21 04:33:46.112 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-21 04:33:46.113 DEBUG [src.node.waku_node] Starting Node...
2026-03-21 04:33:46.113 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-21 04:33:46.114 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-21 04:33:46.115 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.30.96
2026-03-21 04:33:46.115 DEBUG [src.node.docker_mananger] Generated ports ['37566', '37567', '37568', '37569', '37570']
2026-03-21 04:33:46.115 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-21 04:33:46.115 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-21 04:33:46.115 DEBUG [src.node.waku_node] Using volumes []
2026-03-21 04:33:46.115 DEBUG [src.node.docker_mananger] docker run -i -t -p 37566:37566 -p 37567:37567 -p 37568:37568 -p 37569:37569 -p 37570:37570 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=37568 --rest-port=37566 --tcp-port=37567 --discv5-udp-port=37569 --rest-address=0.0.0.0 --nat=extip:172.18.30.96 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2cea5ccbcb4dbe3f711d431fbcd3cb4d59d870c4b2c6bd9bee313bdb2dddafb0 --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=37570 --metrics-logging=true --store-sync-relay-jitter=90 --relay=true --dns-discovery=false
2026-03-21 04:33:46.307 ERROR [src.node.docker_mananger] Max retries reached for container 653f3565fb91. Exiting log stream.
2026-03-21 04:33:46.313 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.30.96 waku 8a6d4d43c4b7cb3d11dac0ef865f7b82c569acfed267c5e4c15fcb0b610d7e81
2026-03-21 04:33:46.349 DEBUG [src.node.docker_mananger] Container started with ID 8a6d4d43c4b7. Setting up logs at ./log/docker/node1_2026-03-21_04-33-46__6b3bc76d-cdf3-4bf6-9617-f869d5a95f94__wakuorg_nwaku:latest.log
2026-03-21 04:33:46.350 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37566
2026-03-21 04:33:46.350 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-21 04:33:46.869 ERROR [src.node.docker_mananger] Max retries reached for container fccc98831c0a. Exiting log stream.
2026-03-21 04:33:47.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37566/health" -H "Content-Type: application/json" -d 'None'
2026-03-21 04:33:47.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-21 04:33:47.354 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-21 04:33:47.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37566/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-21 04:33:47.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.30.96/tcp/37567/p2p/16Uiu2HAmJ9rkwFHNMrh6x44YKuDG5SghZ461kF9d2zvaXK1E8ziP","/ip4/172.18.30.96/tcp/37568/ws/p2p/16Uiu2HAmJ9rkwFHNMrh6x44YKuDG5SghZ461kF9d2zvaXK1E8ziP"],"enrUri":"enr:-L24QIOtxNrBFw_6-7qq2Ev4sV7zm_cU5D6Qw1K2HZbYg75aJzsGxD5YK7pv4pPiqCszdkQwnDbb74GuFwbUBUMl0AQCgmlkgnY0gmlwhKwSHmCKbXVsdGlhZGRyc5YACASsEh5gBpK_AAoErBIeYAaSwN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUa-xhba6dyy-zTJP0s0_G8FwIUcjZ1xTw1yzzm26McyDdGNwgpK_g3VkcIKSwYV3YWt1MhM"}'
2026-03-21 04:33:47.357 INFO [src.node.waku_node] REST service is ready !!
2026-03-21 04:33:47.357 DEBUG [src.node.waku_node] Starting Node...
2026-03-21 04:33:47.357 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-21 04:33:47.358 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-21 04:33:47.359 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.89.250
2026-03-21 04:33:47.359 DEBUG [src.node.docker_mananger] Generated ports ['45906', '45907', '45908', '45909', '45910']
2026-03-21 04:33:47.359 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-21 04:33:47.359 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-21 04:33:47.359 DEBUG [src.node.waku_node] Using volumes []
2026-03-21 04:33:47.359 DEBUG [src.node.docker_mananger] docker run -i -t -p 45906:45906 -p 45907:45907 -p 45908:45908 -p 45909:45909 -p 45910:45910 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=45908 --rest-port=45906 --tcp-port=45907 --discv5-udp-port=45909 --rest-address=0.0.0.0 --nat=extip:172.18.89.250 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bd3f4eacbf78b032922ed1d4f0a7824b9754a6ffca0cebe21e54fba20aa84285 --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=45910 --metrics-logging=true --store-sync-relay-jitter=90 --relay=true --dns-discovery=false
2026-03-21 04:33:47.555 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.89.250 waku 6eac90672aeb3e8198da0c1545333db49c20775ece3bf2279b0c088b6b863b2b
2026-03-21 04:33:47.590 DEBUG [src.node.docker_mananger] Container started with ID 6eac90672aeb. Setting up logs at ./log/docker/node2_2026-03-21_04-33-46__6b3bc76d-cdf3-4bf6-9617-f869d5a95f94__wakuorg_nwaku:latest.log
2026-03-21 04:33:47.591 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45906
2026-03-21 04:33:47.592 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-21 04:33:48.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45906/health" -H "Content-Type: application/json" -d 'None'
2026-03-21 04:33:48.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-21 04:33:48.596 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-21 04:33:48.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45906/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-21 04:33:48.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.89.250/tcp/45907/p2p/16Uiu2HAm8AjtY9GYD2umnRx8W4Y89yatwBSV7fsTPixbNuqNuZPW","/ip4/172.18.89.250/tcp/45908/ws/p2p/16Uiu2HAm8AjtY9GYD2umnRx8W4Y89yatwBSV7fsTPixbNuqNuZPW"],"enrUri":"enr:-L24QGliiyYqtPqicTa3noAAxbq1Psijd9bgfQdWvpVyU-UfE7L7y7K4qLq5MOLb4P2azNyg6xU1ehYhB3pYtvw0j-4CgmlkgnY0gmlwhKwSWfqKbXVsdGlhZGRyc5YACASsEln6BrNTAAoErBJZ-gazVN0DgnJzhQADAQAAiXNlY3AyNTZrMaECvVSjZQjE9S7WF7vdg4XXu88Dj42wiTLOq3I9AUe8J4mDdGNwgrNTg3VkcIKzVYV3YWt1MhM"}'
2026-03-21 04:33:48.599 INFO [src.node.waku_node] REST service is ready !!
2026-03-21 04:33:48.599 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.89.250/tcp/45907/p2p/16Uiu2HAm8AjtY9GYD2umnRx8W4Y89yatwBSV7fsTPixbNuqNuZPW"]'
2026-03-21 04:33:48.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.642 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.643 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.649 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.650 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.650 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.662 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.663 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.664 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.665 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.672 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.673 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.673 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.678 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.680 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.680 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.685 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.686 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.687 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.693 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.694 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.694 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.700 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.701 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.702 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.708 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.709 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.715 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.716 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.716 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.722 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.723 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.724 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.724 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.730 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.730 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.731 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.731 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.736 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.737 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.738 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.738 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.745 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.746 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.751 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.752 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.753 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.753 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.760 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.760 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.761 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.767 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.767 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.768 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.773 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.774 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.775 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.780 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.782 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.782 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.787 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.788 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.789 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.789 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.794 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.794 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.795 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.795 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.801 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.802 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.803 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.810 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.811 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.811 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.815 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.817 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.817 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.822 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.823 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.824 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.824 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.830 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.831 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.831 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.837 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.837 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.838 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.838 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.844 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.845 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.845 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.851 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.852 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.859 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.860 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.861 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.867 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.869 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.869 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.875 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.876 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.876 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.882 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.883 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.883 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.889 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.890 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.891 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.896 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.897 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.897 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.903 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.904 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.904 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.911 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.912 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.917 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.918 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.918 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.919 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.925 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.926 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.926 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.931 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.932 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.932 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.937 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.939 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.939 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.944 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.945 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.946 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.946 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.952 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.953 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.954 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.960 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.960 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.960 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.966 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.968 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.968 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.974 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.976 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.976 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.981 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.982 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.983 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.984 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.989 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.990 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.991 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:48.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:48.997 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:48.998 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:48.998 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.003 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.003 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.004 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.005 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.010 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.011 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.012 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.012 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.017 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.018 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.018 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.019 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.025 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.026 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.026 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.032 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.033 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.033 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.039 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.040 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.040 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.046 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.046 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.052 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.053 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.054 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.054 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.060 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.060 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.061 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.067 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.068 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.069 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.075 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.076 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.076 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.081 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.083 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.083 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.089 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.091 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.091 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.099 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.100 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.100 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.106 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.106 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.107 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.112 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.114 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.114 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.121 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.121 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.122 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.122 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.130 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.131 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.131 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.137 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.138 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.138 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.144 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.144 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.145 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.145 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.151 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.152 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.159 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.159 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.160 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.160 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.165 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.165 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.166 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.166 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.172 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.174 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.174 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.180 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.181 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.187 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.188 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.188 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.195 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.196 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.196 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.201 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.201 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.203 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.203 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.209 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.210 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.216 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.217 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.217 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.223 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.224 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.225 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.225 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.230 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.231 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.232 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.232 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.239 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.240 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.240 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.246 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.247 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.247 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.254 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.255 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.255 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.262 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.263 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.263 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.269 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.269 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.270 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.275 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.276 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.282 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.283 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.284 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.284 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.290 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.291 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.291 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.296 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.297 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.298 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.298 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.305 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.306 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.306 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.311 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.311 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.312 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.313 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.320 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.321 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.321 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.327 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.328 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.328 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.329 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.334 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.335 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.336 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.342 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.343 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.344 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.350 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.351 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.352 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.358 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.359 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.359 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.365 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.367 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.367 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37566/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.372 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.373 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.374 DEBUG [src.steps.store] Relaying message
2026-03-21 04:33:49.374 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45906/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-21 04:33:49.379 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-21 04:33:49.380 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-21 04:33:49.381 DEBUG [src.libs.common] Sleeping for 120 seconds
2026-03-21 04:35:49.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37566/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-21 04:35:49.387 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-21 04:35:49.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45906/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-21 04:35:49.393 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-21 04:35:49.395 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-21 04:35:49.396 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-21 04:35:49.396 DEBUG [src.node.waku_node] Stopping container with id 8a6d4d43c4b7
2026-03-21 04:35:49.929 DEBUG [src.node.waku_node] Container stopped.
2026-03-21 04:35:49.930 DEBUG [src.node.waku_node] Stopping container with id 6eac90672aeb
2026-03-21 04:35:50.490 DEBUG [src.node.waku_node] Container stopped.
2026-03-21 04:35:50.492 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-21 04:35:50.643 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-21 04:35:50.720 DEBUG [src.node.docker_mananger] No errors found in the waku logs.