431 lines
63 KiB
Plaintext

2026-03-24 04:38:17.045 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-24 04:38:17.046 DEBUG [tests.conftest] Running test: test_continuous_store_sync with id: 2026-03-24_04-38-17__d7392787-42c3-4a1b-94af-4ee5bd4e7d01
2026-03-24 04:38:17.046 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-24 04:38:17.056 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-24 04:38:17.057 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-24_04-38-17__d7392787-42c3-4a1b-94af-4ee5bd4e7d01__wakuorg_nwaku:latest.log
2026-03-24 04:38:17.065 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-24 04:38:17.065 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-24_04-38-17__d7392787-42c3-4a1b-94af-4ee5bd4e7d01__wakuorg_nwaku:latest.log
2026-03-24 04:38:17.074 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-24 04:38:17.074 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-24_04-38-17__d7392787-42c3-4a1b-94af-4ee5bd4e7d01__wakuorg_nwaku:latest.log
2026-03-24 04:38:17.074 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-24 04:38:17.075 DEBUG [src.node.waku_node] Starting Node...
2026-03-24 04:38:17.075 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-24 04:38:17.077 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-24 04:38:17.077 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.188.95
2026-03-24 04:38:17.077 DEBUG [src.node.docker_mananger] Generated ports ['62324', '62325', '62326', '62327', '62328']
2026-03-24 04:38:17.078 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-24 04:38:17.078 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-24 04:38:17.078 DEBUG [src.node.waku_node] Using volumes []
2026-03-24 04:38:17.078 DEBUG [src.node.docker_mananger] docker run -i -t -p 62324:62324 -p 62325:62325 -p 62326:62326 -p 62327:62327 -p 62328:62328 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=62326 --rest-port=62324 --tcp-port=62325 --discv5-udp-port=62327 --rest-address=0.0.0.0 --nat=extip:172.18.188.95 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a755a9b491607c799a6bd8fc185aa9e1afbccfa391abce0d4d8dbefc0c4c2d0e --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62328 --metrics-logging=true --relay=true --dns-discovery=false
2026-03-24 04:38:17.267 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.188.95 waku a3c1bb71b677851effd92ca99a508c988a6df90ef95a3be05c5f7a1cbb5c34c9
2026-03-24 04:38:17.281 ERROR [src.node.docker_mananger] Max retries reached for container 297e5a720c04. Exiting log stream.
2026-03-24 04:38:17.303 DEBUG [src.node.docker_mananger] Container started with ID a3c1bb71b677. Setting up logs at ./log/docker/node1_2026-03-24_04-38-17__d7392787-42c3-4a1b-94af-4ee5bd4e7d01__wakuorg_nwaku:latest.log
2026-03-24 04:38:17.304 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62324
2026-03-24 04:38:17.304 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-24 04:38:17.886 ERROR [src.node.docker_mananger] Max retries reached for container 790abb9f08c3. Exiting log stream.
2026-03-24 04:38:18.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62324/health" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:38:18.307 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-24 04:38:18.308 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-24 04:38:18.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62324/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:38:18.310 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.188.95/tcp/62325/p2p/16Uiu2HAm8HTK8dNodJkijLBAChZEGnpHtAi4mCGJPJqXKibKwDKv","/ip4/172.18.188.95/tcp/62326/ws/p2p/16Uiu2HAm8HTK8dNodJkijLBAChZEGnpHtAi4mCGJPJqXKibKwDKv"],"enrUri":"enr:-L24QBecaKb9toB_Rm9f6cBdpWMUFqZP9COGCH6Tdc9qHMmdctlVRwv9orrbzjX274OF1pISBqVgCHcK8IQoOPTHAwkCgmlkgnY0gmlwhKwSvF-KbXVsdGlhZGRyc5YACASsErxfBvN1AAoErBK8Xwbzdt0DgnJzhQADAQAAiXNlY3AyNTZrMaECvwz2IFaDeq7xN9sfQmp6aRz5HoSYAr51_MV-VRwcEAmDdGNwgvN1g3VkcILzd4V3YWt1MhM"}'
2026-03-24 04:38:18.310 INFO [src.node.waku_node] REST service is ready !!
2026-03-24 04:38:18.310 DEBUG [src.node.waku_node] Starting Node...
2026-03-24 04:38:18.311 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-24 04:38:18.312 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-24 04:38:18.312 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.85.208
2026-03-24 04:38:18.312 DEBUG [src.node.docker_mananger] Generated ports ['33906', '33907', '33908', '33909', '33910']
2026-03-24 04:38:18.313 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-24 04:38:18.313 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-24 04:38:18.313 DEBUG [src.node.waku_node] Using volumes []
2026-03-24 04:38:18.313 DEBUG [src.node.docker_mananger] docker run -i -t -p 33906:33906 -p 33907:33907 -p 33908:33908 -p 33909:33909 -p 33910:33910 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=33908 --rest-port=33906 --tcp-port=33907 --discv5-udp-port=33909 --rest-address=0.0.0.0 --nat=extip:172.18.85.208 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b6f7cf085aa939c1dfcfbae016c2fcec9b24d0fd1248bb0bfa73ef7fa8aeaa71 --store-sync=true --store=true --store-sync-range=600 --store-sync-interval=6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33910 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false
2026-03-24 04:38:18.508 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.85.208 waku 7215a6c4d5566f8aba4abc8f92f981dd81da150a9058eea85f30bdf9dd481279
2026-03-24 04:38:18.546 DEBUG [src.node.docker_mananger] Container started with ID 7215a6c4d556. Setting up logs at ./log/docker/node2_2026-03-24_04-38-17__d7392787-42c3-4a1b-94af-4ee5bd4e7d01__wakuorg_nwaku:latest.log
2026-03-24 04:38:18.546 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33906
2026-03-24 04:38:18.547 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-24 04:38:19.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33906/health" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:38:19.551 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-24 04:38:19.551 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-24 04:38:19.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33906/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:38:19.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.85.208/tcp/33907/p2p/16Uiu2HAmHULzv5t1TPkzwpYrgS7chdDng5R9kT5aZzRZcccMpNZa","/ip4/172.18.85.208/tcp/33908/ws/p2p/16Uiu2HAmHULzv5t1TPkzwpYrgS7chdDng5R9kT5aZzRZcccMpNZa"],"enrUri":"enr:-L24QPcrwk0EZfQuebjxf5MxzOiHdaAlGfqjn9d73Ud4oSj5cZfv32s-jyvJrxhrVP-ab0NqN7zF5iU_k7g_KUQlBmYCgmlkgnY0gmlwhKwSVdCKbXVsdGlhZGRyc5YACASsElXQBoRzAAoErBJV0AaEdN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDR5BksMXVKV5oiR10NIelluN45TAGNFe_cps24_O3EQ2DdGNwgoRzg3VkcIKEdYV3YWt1MhI"}'
2026-03-24 04:38:19.554 INFO [src.node.waku_node] REST service is ready !!
2026-03-24 04:38:19.554 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33906/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.188.95/tcp/62325/p2p/16Uiu2HAm8HTK8dNodJkijLBAChZEGnpHtAi4mCGJPJqXKibKwDKv"]'
2026-03-24 04:38:19.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:19.591 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:19.591 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:19.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:19.613 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:19.824 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:19.825 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:19.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:19.829 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:20.040 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:20.040 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:20.044 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:20.045 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:20.256 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:20.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:20.260 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:20.260 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:20.471 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:20.471 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:20.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:20.476 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:20.686 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:20.687 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:20.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:20.691 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:20.902 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:20.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:20.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:20.907 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:21.117 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:21.118 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:21.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:21.122 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:21.333 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:21.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:21.337 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:21.337 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:21.548 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:21.548 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:21.552 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:21.552 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:21.763 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:21.764 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:21.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:21.768 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:21.979 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:21.979 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:21.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:21.983 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:22.194 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:22.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:22.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:22.199 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:22.409 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:22.410 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:22.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:22.414 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:22.625 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:22.625 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:22.629 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:22.629 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:22.840 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:22.841 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:22.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:22.845 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:23.056 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:23.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:23.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:23.061 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:23.271 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:23.272 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:23.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:23.276 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:23.487 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:23.487 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:23.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:23.492 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:23.702 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:23.703 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:23.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:23.707 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:23.918 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:23.918 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:23.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:23.923 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:24.133 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:24.134 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:24.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:24.138 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:24.349 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:24.349 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:24.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:24.354 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:24.565 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:24.569 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:24.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:24.579 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:24.790 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:24.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:24.795 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:24.795 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:25.006 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:25.007 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:25.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:25.011 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:25.222 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:25.222 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:25.226 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:25.226 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:25.437 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:25.438 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:25.442 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:25.442 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:25.653 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:25.653 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:25.657 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:25.657 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:25.868 DEBUG [src.steps.store] Relaying message
2026-03-24 04:38:25.868 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:38:25.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:38:25.873 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:38:38.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33906/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:38:38.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x32f8f0c77a45696b6ea425203c6a00dc179d3bcdc2fbaf280190748c79a9f926"},{"messageHash":"0x58de56f52bd30a3ee441ce0391f2c71942c9b077bbc40d43bfa8107c81e46c05"},{"messageHash":"0x5c758bc6b2b0fcbee266611dc1a41780264e64aa1997aefbe4dccd02b8eeee86"},{"messageHash":"0xd065807b82be2f6ee868fa5dab4de9b8a0950dc5728b0972f80703b6ce002ebf"},{"messageHash":"0x086a22dc5df48b73254c3683eff22622fde0e7766de83abacd90dcfdec3b474f"},{"messageHash":"0x1e386adec66589629a44a328d0c66a1fbd9bc1f8ddb895db15bfc86ec705ff5b"},{"messageHash":"0x8af960b5d8753350f3906ed2c2e6c867f1c9c8c6a8c4b628d32547c81bc313d0"},{"messageHash":"0xa43c03e9788576b859aeb0d5601fe938f5f6b10094fda5a286093da299236781"},{"messageHash":"0x09ac3daf0fef223bd813c64d2f9e9bac7f9369f9461837c2a12e9ed5e1b0d8d1"},{"messageHash":"0xe172e21954a68754acfedef40832d4fbb5ba0e9b23b1b3ee8aae53095d35f637"},{"messageHash":"0x16e8d00e20bf13e2543f8fcbe766b4af77b7a8284578cea4194cc1c0d4ba592f"},{"messageHash":"0xdc3add36f10fb2cea5561ae1c55c480a0e1a42ab5cfaab8e8080ae3150aae21e"},{"messageHash":"0xfd76fd723f6a73c80bf0dfd9cd094fdbff1b9342441a80bcc60b89d343c677d5"},{"messageHash":"0x209e7b401ce01c536cea5338101388dad891cf5e5daef2ec1832ce33cf348b4b"},{"messageHash":"0x729a159b0671ae89d256dfef9a777382e53aa978201c06ae1b854178e862b84e"},{"messageHash":"0x85c9c38bdfc40ca899425258eeb830ca346fa32bb02c753a7177daa13eff6bd3"},{"messageHash":"0x08dadd45e9eceba050625e9cc8303a0402a205fd7a28b735c79d31cd62853ec8"},{"messageHash":"0x7af403f3f1eb50fa5f80e248d67c9c907434cdaac1e164b8f36aefa0ad844f50"},{"messageHash":"0x4ce59763af911b005e147d5680a14e60a99791618276e93bd03f1af99b9b416c"},{"messageHash":"0x1351eb81e7c2143b6a9241beea6453d1e6efebd5f289627c3130f807221fc2f2"},{"messageHash":"0x734d2b635b47cb724bb50492c0bf6b4d91b2ad77b5c4d21f3198c91472286bb0"},{"messageHash":"0xed6242004ef2d34e7e0618ff99b9d3a22317a275fc65aeb97e0c49492e341958"},{"messageHash":"0x4fba808ad7351de16d2ef46ebecd353845203aa3eebd05d8d8dd0b540de89658"},{"messageHash":"0x1df8c7ab91d02f3151537428057fd23e1a2d0793ea1029cb03790ca778a10e7a"},{"messageHash":"0x6536a23c510f0320fd63542c685bdfd8843c42513679d40a4fbcfbf1861b77fc"},{"messageHash":"0x0fc268613f6d7b4940ac1bcaa427d5b9e74973b0211b5681eca7434a902274af"},{"messageHash":"0x5c6500b67136f8ead2361ed6a772ed17f28affb1771c904ec68fed5009854d72"},{"messageHash":"0xdafcdac99451c792de0d6d91cd24d1fb4f344dbd8c220526a5514c7a00160416"},{"messageHash":"0xf1ae4adf267398e2c3284c2ea43d67e2e3a3eb144f4e4688554b133d002615a0"},{"messageHash":"0x691601c5df0d713a0d42f2c6bc9582e9dde73948efc7fc367ac266f2171d2328"}]}'
2026-03-24 04:38:38.089 DEBUG [tests.store_sync.test_store_sync] Node-2 store has 30/30 messages
2026-03-24 04:39:08.089 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:08.089 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:08.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:08.094 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:08.305 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:08.305 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:08.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:08.309 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:08.520 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:08.520 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:08.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:08.524 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:08.735 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:08.735 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:08.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:08.739 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:08.950 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:08.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:08.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:08.954 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:09.165 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:09.165 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:09.168 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:09.169 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:09.379 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:09.379 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:09.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:09.383 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:09.594 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:09.594 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:09.597 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:09.598 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:09.808 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:09.808 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:09.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:09.812 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:10.023 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:10.023 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:10.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:10.027 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:10.237 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:10.238 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:10.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:10.241 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:10.452 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:10.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:10.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:10.456 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:10.666 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:10.667 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:10.670 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:10.670 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:10.881 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:10.881 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:10.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:10.885 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:11.095 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:11.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:11.099 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:11.099 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:11.310 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:11.310 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:11.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:11.314 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:11.525 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:11.525 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:11.529 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:11.529 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:11.740 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:11.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:11.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:11.744 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:11.954 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:11.955 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:11.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:11.958 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:12.169 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:12.169 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:12.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:12.173 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:12.383 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:12.384 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:12.387 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:12.387 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:12.598 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:12.598 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:12.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:12.602 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:12.812 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:12.813 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:12.817 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:12.817 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:13.027 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:13.028 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:13.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:13.031 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:13.242 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:13.242 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:13.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:13.246 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:13.457 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:13.457 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:13.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:13.461 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:13.671 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:13.671 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:13.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:13.675 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:13.886 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:13.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:13.890 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:13.890 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:14.101 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:14.101 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:14.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:14.105 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:14.315 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:14.316 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:14.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:14.319 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:26.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33906/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:39:26.535 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-24 04:39:26.535 DEBUG [tests.store_sync.test_store_sync] Node-2 store has 60/60 messages
2026-03-24 04:39:56.536 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:56.536 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:56.541 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:56.541 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:56.751 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:56.752 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:56.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:56.755 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:56.966 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:56.966 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:56.970 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:56.970 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:57.181 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:57.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:57.185 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:57.185 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:57.396 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:57.397 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:57.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:57.405 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:57.615 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:57.616 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:57.621 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:57.621 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:57.832 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:57.832 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:57.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:57.835 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:58.046 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:58.046 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:58.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:58.050 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:58.261 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:58.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:58.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:58.265 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:58.476 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:58.476 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:58.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:58.480 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:58.690 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:58.691 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:58.694 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:58.694 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:58.905 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:58.905 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:58.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:58.909 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:59.119 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:59.119 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:59.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:59.123 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:59.334 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:59.334 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:59.337 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:59.338 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:59.548 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:59.548 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:59.552 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:59.552 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:59.763 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:59.763 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:59.767 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:59.767 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:39:59.978 DEBUG [src.steps.store] Relaying message
2026-03-24 04:39:59.978 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:39:59.982 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:39:59.982 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:00.193 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:00.193 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:40:00.196 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:00.196 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:00.407 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:00.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:40:00.411 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:00.411 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:00.622 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:00.622 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:40:00.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:00.625 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:00.836 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:00.836 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:40:00.840 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:00.840 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:01.051 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:01.051 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:40:01.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:01.055 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:01.266 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:01.266 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:40:01.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:01.270 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:01.481 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:01.481 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:40:01.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:01.485 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:01.696 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:01.696 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:40:01.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:01.700 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:01.911 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:01.911 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:40:01.915 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:01.915 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:02.126 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:02.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:40:02.130 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:02.130 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:02.341 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:02.341 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:40:02.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:02.345 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:02.555 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:02.555 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:40:02.559 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:02.559 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:02.770 DEBUG [src.steps.store] Relaying message
2026-03-24 04:40:02.770 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62324/relay/v1/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-24 04:40:02.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-24 04:40:02.773 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-24 04:40:14.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33906/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
2026-03-24 04:40:14.990 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-24 04:40:14.990 DEBUG [tests.store_sync.test_store_sync] Node-2 store has 90/90 messages
2026-03-24 04:40:44.992 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-24 04:40:44.993 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-24 04:40:44.994 DEBUG [src.node.waku_node] Stopping container with id a3c1bb71b677
2026-03-24 04:40:45.583 DEBUG [src.node.waku_node] Container stopped.
2026-03-24 04:40:45.583 DEBUG [src.node.waku_node] Stopping container with id 7215a6c4d556
2026-03-24 04:40:46.159 DEBUG [src.node.waku_node] Container stopped.
2026-03-24 04:40:46.160 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-24 04:40:46.234 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-24 04:40:46.290 DEBUG [src.node.docker_mananger] No errors found in the waku logs.