431 lines
63 KiB
Plaintext

2026-02-02 04:42:10.802 DEBUG [tests.conftest] Running fixture setup: test_id
2026-02-02 04:42:10.803 DEBUG [tests.conftest] Running test: test_continuous_store_sync with id: 2026-02-02_04-42-10__f6dfbe4f-1250-44ef-a050-8987697ef22a
2026-02-02 04:42:10.803 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-02-02 04:42:10.810 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-02 04:42:10.810 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-02_04-42-10__f6dfbe4f-1250-44ef-a050-8987697ef22a__wakuorg_nwaku:latest.log
2026-02-02 04:42:10.816 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-02 04:42:10.816 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-02_04-42-10__f6dfbe4f-1250-44ef-a050-8987697ef22a__wakuorg_nwaku:latest.log
2026-02-02 04:42:10.822 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-02 04:42:10.822 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-02-02_04-42-10__f6dfbe4f-1250-44ef-a050-8987697ef22a__wakuorg_nwaku:latest.log
2026-02-02 04:42:10.822 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-02-02 04:42:10.823 DEBUG [src.node.waku_node] Starting Node...
2026-02-02 04:42:10.823 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-02 04:42:10.825 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-02 04:42:10.825 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.53.209
2026-02-02 04:42:10.825 DEBUG [src.node.docker_mananger] Generated ports ['48614', '48615', '48616', '48617', '48618']
2026-02-02 04:42:10.825 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-02 04:42:10.825 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-02 04:42:10.825 DEBUG [src.node.waku_node] Using volumes []
2026-02-02 04:42:10.825 DEBUG [src.node.docker_mananger] docker run -i -t -p 48614:48614 -p 48615:48615 -p 48616:48616 -p 48617:48617 -p 48618:48618 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=48616 --rest-port=48614 --tcp-port=48615 --discv5-udp-port=48617 --rest-address=0.0.0.0 --nat=extip:172.18.53.209 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cbacfbc18c038ebabe2d2cdf2e3a86c9be5afebe9fcfc60eddfce1b0d64fc546 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48618 --metrics-logging=true --relay=true --dns-discovery=false
2026-02-02 04:42:11.015 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.53.209 waku cdd4b1796b0963de6e61d22c417df9aabed182683efc96d7ff500afac2e403f1
2026-02-02 04:42:11.045 DEBUG [src.node.docker_mananger] Container started with ID cdd4b1796b09. Setting up logs at ./log/docker/node1_2026-02-02_04-42-10__f6dfbe4f-1250-44ef-a050-8987697ef22a__wakuorg_nwaku:latest.log
2026-02-02 04:42:11.047 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48614
2026-02-02 04:42:11.047 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-02 04:42:11.081 ERROR [src.node.docker_mananger] Max retries reached for container 6bc2906ec4f5. Exiting log stream.
2026-02-02 04:42:11.609 ERROR [src.node.docker_mananger] Max retries reached for container 1581c9b13fe0. Exiting log stream.
2026-02-02 04:42:12.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48614/health" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:42:12.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-02-02 04:42:12.051 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-02 04:42:12.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48614/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:42:12.053 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.53.209/tcp/48615/p2p/16Uiu2HAkyr1oPaM7RQvBHEj1CrSAqnnCJKxSNnLtXqJWCk5hn7Wp","/ip4/172.18.53.209/tcp/48616/ws/p2p/16Uiu2HAkyr1oPaM7RQvBHEj1CrSAqnnCJKxSNnLtXqJWCk5hn7Wp"],"enrUri":"enr:-L24QNW6Ey4o3URWZnUUUqVKenfO34tzpM8gbGgUuyFNtwlsE5UBI44xDoGilg-Q6UQGI2t-FwLquXOQtD9sV-ojtwECgmlkgnY0gmlwhKwSNdGKbXVsdGlhZGRyc5YACASsEjXRBr3nAAoErBI10Qa96N0DgnJzhQADAQAAiXNlY3AyNTZrMaECQasZL3mSicTIYpa_ojHFyZ2cBKoWqxNuEqPG1be_huGDdGNwgr3ng3VkcIK96YV3YWt1MhM"}'
2026-02-02 04:42:12.053 INFO [src.node.waku_node] REST service is ready !!
2026-02-02 04:42:12.054 DEBUG [src.node.waku_node] Starting Node...
2026-02-02 04:42:12.054 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-02 04:42:12.055 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-02 04:42:12.055 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.163.154
2026-02-02 04:42:12.055 DEBUG [src.node.docker_mananger] Generated ports ['26800', '26801', '26802', '26803', '26804']
2026-02-02 04:42:12.056 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-02 04:42:12.056 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-02 04:42:12.056 DEBUG [src.node.waku_node] Using volumes []
2026-02-02 04:42:12.056 DEBUG [src.node.docker_mananger] docker run -i -t -p 26800:26800 -p 26801:26801 -p 26802:26802 -p 26803:26803 -p 26804:26804 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=26802 --rest-port=26800 --tcp-port=26801 --discv5-udp-port=26803 --rest-address=0.0.0.0 --nat=extip:172.18.163.154 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a7710dc11cfd7d6e9efab5a53e9f31cd9aad91d6ec9c0d581d2b2ff5acbe1b80 --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=26804 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false
2026-02-02 04:42:12.248 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.163.154 waku 35aa27514a6926fb00777f4d46ed13396cbad664b8d6811791dc2d305dc96fce
2026-02-02 04:42:12.280 DEBUG [src.node.docker_mananger] Container started with ID 35aa27514a69. Setting up logs at ./log/docker/node2_2026-02-02_04-42-10__f6dfbe4f-1250-44ef-a050-8987697ef22a__wakuorg_nwaku:latest.log
2026-02-02 04:42:12.280 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26800
2026-02-02 04:42:12.281 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-02 04:42:13.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26800/health" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:42:13.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-02-02 04:42:13.285 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-02 04:42:13.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26800/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:42:13.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.163.154/tcp/26801/p2p/16Uiu2HAmTgppGo4mtYmcAsBbi2PsM3EosgSa6QYWUkqETLx4WSAu","/ip4/172.18.163.154/tcp/26802/ws/p2p/16Uiu2HAmTgppGo4mtYmcAsBbi2PsM3EosgSa6QYWUkqETLx4WSAu"],"enrUri":"enr:-L24QC0IA7ldAIYbhHGvckdjd4kvuHwWcDP2sUQkV7NdSlP_XrpiKJyVcMmJxSteh22K6DqzBW5Wfv548LpCdHyyvIwCgmlkgnY0gmlwhKwSo5qKbXVsdGlhZGRyc5YACASsEqOaBmixAAoErBKjmgZost0DgnJzhQADAQAAiXNlY3AyNTZrMaED31evPD3OM_z4f_R-RoCVrUGJilQS0WMRnaX4gxgtlpqDdGNwgmixg3VkcIJos4V3YWt1MhI"}'
2026-02-02 04:42:13.288 INFO [src.node.waku_node] REST service is ready !!
2026-02-02 04:42:13.288 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26800/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.53.209/tcp/48615/p2p/16Uiu2HAkyr1oPaM7RQvBHEj1CrSAqnnCJKxSNnLtXqJWCk5hn7Wp"]'
2026-02-02 04:42:13.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:13.319 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:13.319 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:13.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:13.335 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:13.546 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:13.546 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:13.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:13.550 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:13.760 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:13.761 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:13.764 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:13.764 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:13.975 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:13.975 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:13.979 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:13.979 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:14.190 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:14.190 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:14.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:14.194 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:14.404 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:14.404 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:14.408 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:14.408 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:14.619 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:14.619 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:14.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:14.622 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:14.833 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:14.833 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:14.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:14.836 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:15.047 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:15.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:15.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:15.051 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:15.261 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:15.262 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:15.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:15.265 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:15.476 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:15.476 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:15.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:15.480 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:15.690 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:15.691 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:15.694 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:15.694 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:15.905 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:15.905 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:15.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:15.909 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:16.120 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:16.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:16.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:16.124 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:16.335 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:16.335 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:16.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:16.338 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:16.549 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:16.549 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:16.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:16.553 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:16.763 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:16.764 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:16.767 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:16.767 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:16.978 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:16.978 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:16.982 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:16.982 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:17.193 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:17.193 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:17.196 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:17.196 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:17.407 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:17.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:17.411 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:17.411 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:17.622 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:17.622 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:17.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:17.625 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:17.836 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:17.836 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:17.840 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:17.840 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:18.050 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:18.051 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:18.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:18.054 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:18.265 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:18.265 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:18.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:18.269 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:18.480 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:18.480 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:18.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:18.484 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:18.694 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:18.695 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:18.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:18.698 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:18.909 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:18.909 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:18.913 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:18.913 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:19.124 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:19.124 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:19.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:19.128 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:19.339 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:19.339 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:19.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:19.343 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:19.554 DEBUG [src.steps.store] Relaying message
2026-02-02 04:42:19.554 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:42:19.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:42:19.557 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:42:31.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26800/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:42:31.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x7767a62be5af6093ed1339ce4a8048e250bb1be65ef784d760e45d19b8e012c3"},{"messageHash":"0x32fb1a0a427ebceec415bf6cd66128077a196fcd08596f57e1bdafe9b4293f67"},{"messageHash":"0x12650be946b42fedb9726918422e4c8270ef016bb4cdfb8cd32465ecd5fa3120"},{"messageHash":"0xc7fb834ea06146b20ec7f79a83ed20e57a1b880b35f3f9d86d935061a6ed91ce"},{"messageHash":"0xfd3ad6affadc2de506eca7399685fc3b2a307201bb29302fdc52ece7224b66c5"},{"messageHash":"0x5783cfbde03c4bb9c2018cda7de151b3fe62c7c1e7bc60783e42f34187882856"},{"messageHash":"0x9f0ee9799522357be978b095cbef3b54c8602678ee95c1a293be6d4e21771576"},{"messageHash":"0xa01ec44ecf9b0f8d540d9cdbeb8c70dcc29afc793c1bd78b7ae1ff9da5a89fdc"},{"messageHash":"0x945c9feb58c4bac01fc098de6cdb35224e4dcaa64839da27ba684b9c4f057ea9"},{"messageHash":"0x184024c4233fcdfcc75a8911abb3de6fe5feebcac896f990f4b8f1c229095928"},{"messageHash":"0x3f91ee5bf1cf72169cbd77606baca0b18f0959adc6d4fe182b62e2d6eb58c221"},{"messageHash":"0x311c82259cec34f036088c266adbc3c2273c993e2eaca879df4a2316693bedec"},{"messageHash":"0x97852f01c886e70303069800872f226e551e8384ca1218eb560bd58ab2f180b1"},{"messageHash":"0xac789a4de8275ca28ddc3fdfe058108d64dcbb45f2781c89d14c1147dfea0d31"},{"messageHash":"0xf7a5d7289b274b149f460961976a7dddc70eff32c0ca17aea82ca0f880de8896"},{"messageHash":"0x0c61c527dce6edad2b907476a5c98a468c783896863d3060bb73cfa416a649d4"},{"messageHash":"0xaf9fa131b3a09c0134ba7ea70638445dedafdaaa0c007da7340fda95027f7b4e"},{"messageHash":"0x2cd6272c3bef1f1040e991b561e067c155e2d0bba768be6b0837225c6b370ad4"},{"messageHash":"0x50df1899244b8c97b7870078c00dd54b6b60857b8a073ac58a1082d96e514b82"},{"messageHash":"0x4f401f2772b217456be5cbf9ad2dfac036e5c7f33bcd5135996e4938214086e8"},{"messageHash":"0xd86e683d542ac2153544dfce9ae5fd4a6b81809efe40dca98f368128729ce4c9"},{"messageHash":"0xba8d99d3f1ace853c0d130f3ae87a4a5f9e3e4aeb32a42d4251bb9ed4646b61e"},{"messageHash":"0x4c69f67fd60b3a3a4bd4adcfbccad1fcc50532f588fd4ec9b718fb1ea9069b65"},{"messageHash":"0x19b4f1bafc610e86ba7f5af9712f9c40d190eb1a701682f4ab7c0733fa3070ef"},{"messageHash":"0x2e09fe9f0319c17f8de0a658ce2ee32031f80cd4cb09abe67fa6ea1a51357764"},{"messageHash":"0x201a74dac6ab689db0811ed1a189498955b68451a7d87ddba7dc61e48a3886b6"},{"messageHash":"0x6b7c3d2ad3e4bd9070d9c60fb8bf92669ab2a1fda02ea9685f7b385b00692348"},{"messageHash":"0x1417fc19ed52f7a950022de1efc4d2ec5be059d1560bcb419cc7c88c0f624b17"},{"messageHash":"0xb900cfa83e441f8642b7a1df3640b322851b45bf868826a282c8c57b0e54c381"},{"messageHash":"0x50ed99243f3e8b4a7e3f4244fbfc2cee31716a91dc472a49c4f6e740d502dcad"}]}'
2026-02-02 04:42:31.772 DEBUG [tests.store_sync.test_store_sync] Node-2 store has 30/30 messages
2026-02-02 04:43:01.773 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:01.773 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:01.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:01.778 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:01.988 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:01.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:01.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:01.992 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:02.203 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:02.203 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:02.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:02.207 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:02.417 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:02.418 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:02.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:02.421 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:02.632 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:02.632 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:02.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:02.636 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:02.847 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:02.847 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:02.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:02.852 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:03.062 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:03.063 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:03.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:03.068 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:03.279 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:03.279 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:03.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:03.283 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:03.493 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:03.494 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:03.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:03.497 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:03.708 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:03.708 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:03.712 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:03.712 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:03.923 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:03.923 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:03.926 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:03.926 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:04.137 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:04.137 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:04.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:04.141 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:04.351 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:04.351 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:04.355 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:04.355 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:04.566 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:04.566 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:04.569 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:04.569 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:04.780 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:04.780 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:04.784 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:04.784 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:04.995 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:04.995 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:04.998 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:04.998 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:05.209 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:05.209 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:05.213 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:05.213 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:05.424 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:05.424 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:05.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:05.428 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:05.639 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:05.639 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:05.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:05.643 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:05.853 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:05.853 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:05.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:05.857 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:06.068 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:06.069 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:06.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:06.072 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:06.282 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:06.283 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:06.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:06.286 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:06.497 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:06.497 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:06.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:06.501 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:06.712 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:06.712 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:06.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:06.716 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:06.926 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:06.927 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:06.930 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:06.930 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:07.141 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:07.141 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:07.145 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:07.145 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:07.356 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:07.356 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:07.360 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:07.360 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:07.570 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:07.570 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:07.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:07.575 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:07.785 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:07.786 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:07.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:07.789 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:08.000 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:08.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:08.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:08.004 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:20.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26800/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:43:20.219 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-02 04:43:20.220 DEBUG [tests.store_sync.test_store_sync] Node-2 store has 60/60 messages
2026-02-02 04:43:50.220 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:50.221 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:50.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:50.225 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:50.436 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:50.436 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:50.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:50.440 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:50.650 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:50.651 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:50.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:50.654 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:50.865 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:50.865 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:50.868 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:50.869 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:51.079 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:51.079 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:51.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:51.083 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:51.294 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:51.294 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:51.298 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:51.298 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:51.508 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:51.509 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:51.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:51.512 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:51.723 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:51.723 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:51.726 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:51.726 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:51.937 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:51.937 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:51.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:51.941 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:52.151 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:52.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:52.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:52.155 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:52.366 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:52.366 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:52.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:52.370 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:52.580 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:52.580 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:52.584 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:52.584 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:52.794 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:52.795 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:52.798 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:52.798 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:53.009 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:53.009 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:53.013 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:53.013 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:53.224 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:53.224 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:53.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:53.228 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:53.439 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:53.439 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:53.444 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:53.444 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:53.654 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:53.655 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:53.658 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:53.658 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:53.869 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:53.869 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:53.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:53.873 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:54.083 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:54.084 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:54.087 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:54.087 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:54.298 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:54.298 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:54.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:54.302 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:54.513 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:54.513 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:54.517 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:54.517 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:54.727 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:54.728 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:54.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:54.732 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:54.942 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:54.943 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:54.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:54.946 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:55.157 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:55.157 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:55.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:55.161 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:55.372 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:55.372 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:55.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:55.376 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:55.587 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:55.587 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:55.591 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:55.591 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:55.801 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:55.802 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:55.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:55.805 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:56.015 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:56.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:56.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:56.020 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:56.230 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:56.231 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:56.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:56.234 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:43:56.445 DEBUG [src.steps.store] Relaying message
2026-02-02 04:43:56.445 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:43:56.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:43:56.449 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-02 04:44:08.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26800/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:44:08.665 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-02-02 04:44:08.666 DEBUG [tests.store_sync.test_store_sync] Node-2 store has 90/90 messages
2026-02-02 04:44:38.668 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-02-02 04:44:38.669 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-02-02 04:44:38.669 DEBUG [src.node.waku_node] Stopping container with id cdd4b1796b09
2026-02-02 04:44:39.233 DEBUG [src.node.waku_node] Container stopped.
2026-02-02 04:44:39.234 DEBUG [src.node.waku_node] Stopping container with id 35aa27514a69
2026-02-02 04:44:39.732 DEBUG [src.node.waku_node] Container stopped.
2026-02-02 04:44:39.733 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-02-02 04:44:39.799 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-02 04:44:39.853 DEBUG [src.node.docker_mananger] No errors found in the waku logs.