431 lines
63 KiB
Plaintext

2026-03-02 04:36:24.689 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-02 04:36:24.690 DEBUG [tests.conftest] Running test: test_continuous_store_sync with id: 2026-03-02_04-36-24__9ba35c1f-807a-42ef-90d6-b8e0cfbc524b
2026-03-02 04:36:24.691 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-02 04:36:24.700 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-02 04:36:24.700 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-02_04-36-24__9ba35c1f-807a-42ef-90d6-b8e0cfbc524b__wakuorg_nwaku:latest.log
2026-03-02 04:36:24.708 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-02 04:36:24.709 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-02_04-36-24__9ba35c1f-807a-42ef-90d6-b8e0cfbc524b__wakuorg_nwaku:latest.log
2026-03-02 04:36:24.717 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-02 04:36:24.717 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-02_04-36-24__9ba35c1f-807a-42ef-90d6-b8e0cfbc524b__wakuorg_nwaku:latest.log
2026-03-02 04:36:24.718 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-02 04:36:24.718 DEBUG [src.node.waku_node] Starting Node...
2026-03-02 04:36:24.719 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-02 04:36:24.720 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-02 04:36:24.720 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.66.237
2026-03-02 04:36:24.720 DEBUG [src.node.docker_mananger] Generated ports ['22481', '22482', '22483', '22484', '22485']
2026-03-02 04:36:24.721 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-02 04:36:24.721 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-02 04:36:24.721 DEBUG [src.node.waku_node] Using volumes []
2026-03-02 04:36:24.721 DEBUG [src.node.docker_mananger] docker run -i -t -p 22481:22481 -p 22482:22482 -p 22483:22483 -p 22484:22484 -p 22485:22485 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=22483 --rest-port=22481 --tcp-port=22482 --discv5-udp-port=22484 --rest-address=0.0.0.0 --nat=extip:172.18.66.237 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=70aa3ddad10eebc408d0af2ef20da57b57a67bc54fca5eca9b1acb7c4afc9fbf --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22485 --metrics-logging=true --relay=true --dns-discovery=false
2026-03-02 04:36:24.924 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.66.237 waku d9106e59f7e13046c8c77a0dea0152bf8e731579dda401add636baffe7924706
2026-03-02 04:36:24.943 ERROR [src.node.docker_mananger] Max retries reached for container d900e3e3618d. Exiting log stream.
2026-03-02 04:36:24.961 DEBUG [src.node.docker_mananger] Container started with ID d9106e59f7e1. Setting up logs at ./log/docker/node1_2026-03-02_04-36-24__9ba35c1f-807a-42ef-90d6-b8e0cfbc524b__wakuorg_nwaku:latest.log
2026-03-02 04:36:24.962 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22481
2026-03-02 04:36:24.962 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-02 04:36:25.525 ERROR [src.node.docker_mananger] Max retries reached for container 9d0ea26c43cb. Exiting log stream.
2026-03-02 04:36:25.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22481/health" -H "Content-Type: application/json" -d 'None'
2026-03-02 04:36:25.966 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-02 04:36:25.966 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-02 04:36:25.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22481/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-02 04:36:25.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.66.237/tcp/22482/p2p/16Uiu2HAmFmJtjhEW5RWBMZbpvTujXbn7cTGSaRGAHSQtfhScc2fT","/ip4/172.18.66.237/tcp/22483/ws/p2p/16Uiu2HAmFmJtjhEW5RWBMZbpvTujXbn7cTGSaRGAHSQtfhScc2fT"],"enrUri":"enr:-L24QOz46aFR-0jyHUFIV7KrJYu4GGVPCGay4axkEvPRqtJrXl8-K_Ol7rrCLvWGcxD8uaCrrNMUyL8gjvdrT9Jjm1ICgmlkgnY0gmlwhKwSQu2KbXVsdGlhZGRyc5YACASsEkLtBlfSAAoErBJC7QZX090DgnJzhQADAQAAiXNlY3AyNTZrMaEDLjGC6CgpjK_Ttd3p716z0nTCTHPR6MFIVehxtXHRdSKDdGNwglfSg3VkcIJX1IV3YWt1MhM"}'
2026-03-02 04:36:25.968 INFO [src.node.waku_node] REST service is ready !!
2026-03-02 04:36:25.969 DEBUG [src.node.waku_node] Starting Node...
2026-03-02 04:36:25.969 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-02 04:36:25.970 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-02 04:36:25.970 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.158.212
2026-03-02 04:36:25.971 DEBUG [src.node.docker_mananger] Generated ports ['15474', '15475', '15476', '15477', '15478']
2026-03-02 04:36:25.971 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-02 04:36:25.971 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-02 04:36:25.971 DEBUG [src.node.waku_node] Using volumes []
2026-03-02 04:36:25.971 DEBUG [src.node.docker_mananger] docker run -i -t -p 15474:15474 -p 15475:15475 -p 15476:15476 -p 15477:15477 -p 15478:15478 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=15476 --rest-port=15474 --tcp-port=15475 --discv5-udp-port=15477 --rest-address=0.0.0.0 --nat=extip:172.18.158.212 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=add565fa38255f10e71fbde05ce2bc6c4d49abeeeb0b7ba5c99455fc40e1c7e6 --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=15478 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false
2026-03-02 04:36:26.168 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.158.212 waku 2281ec2ca395aa5a8699dd06bb4a7eb2348037e485151ebb431dfceb1dfa7046
2026-03-02 04:36:26.221 DEBUG [src.node.docker_mananger] Container started with ID 2281ec2ca395. Setting up logs at ./log/docker/node2_2026-03-02_04-36-24__9ba35c1f-807a-42ef-90d6-b8e0cfbc524b__wakuorg_nwaku:latest.log
2026-03-02 04:36:26.221 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15474
2026-03-02 04:36:26.222 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-02 04:36:27.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15474/health" -H "Content-Type: application/json" -d 'None'
2026-03-02 04:36:27.226 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-02 04:36:27.226 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-02 04:36:27.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15474/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-02 04:36:27.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.158.212/tcp/15475/p2p/16Uiu2HAm1Ty4G7yEjNkrjVJSD2hhpKT42264QYH9MijnCvLQsThz","/ip4/172.18.158.212/tcp/15476/ws/p2p/16Uiu2HAm1Ty4G7yEjNkrjVJSD2hhpKT42264QYH9MijnCvLQsThz"],"enrUri":"enr:-L24QGC0mWLE75I0PzFUo42WMtJ3r43o_PV4fPgaZATKcxclRUFW0rxtpFnRXj6uck1g_eCSShDY7_at69ccUsuzZVACgmlkgnY0gmlwhKwSntSKbXVsdGlhZGRyc5YACASsEp7UBjxzAAoErBKe1AY8dN0DgnJzhQADAQAAiXNlY3AyNTZrMaECWbyXnROy3eCX3Gn77NjydOjWYBtmxcBJ6rwL4XoZddGDdGNwgjxzg3VkcII8dYV3YWt1MhI"}'
2026-03-02 04:36:27.229 INFO [src.node.waku_node] REST service is ready !!
2026-03-02 04:36:27.229 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15474/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.66.237/tcp/22482/p2p/16Uiu2HAmFmJtjhEW5RWBMZbpvTujXbn7cTGSaRGAHSQtfhScc2fT"]'
2026-03-02 04:36:27.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:27.270 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:27.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:27.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:27.286 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:27.497 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:27.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:27.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:27.503 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:27.714 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:27.714 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:27.718 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:27.718 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:27.929 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:27.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:27.934 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:27.934 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:28.145 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:28.145 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:28.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:28.149 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:28.360 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:28.360 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:28.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:28.366 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:28.576 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:28.577 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:28.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:28.581 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:28.792 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:28.792 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:28.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:28.797 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:29.008 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:29.008 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:29.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:29.012 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:29.223 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:29.223 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:29.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:29.228 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:29.439 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:29.439 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:29.443 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:29.443 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:29.654 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:29.654 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:29.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:29.659 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:29.870 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:29.870 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:29.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:29.875 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:30.085 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:30.086 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:30.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:30.090 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:30.301 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:30.301 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:30.310 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:30.310 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:30.521 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:30.521 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:30.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:30.526 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:30.737 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:30.737 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:30.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:30.742 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:30.953 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:30.953 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:30.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:30.957 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:31.168 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:31.168 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:31.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:31.173 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:31.383 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:31.384 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:31.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:31.388 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:31.599 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:31.599 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:31.604 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:31.604 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:31.814 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:31.815 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:31.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:31.825 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:32.036 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:32.036 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:32.040 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:32.041 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:32.253 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:32.253 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:32.262 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:32.262 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:32.473 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:32.473 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:32.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:32.478 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:32.689 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:32.689 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:32.694 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:32.695 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:32.905 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:32.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:32.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:32.910 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:33.121 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:33.121 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:33.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:33.125 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:33.336 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:33.336 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:33.341 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:33.341 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:33.551 DEBUG [src.steps.store] Relaying message
2026-03-02 04:36:33.552 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:36:33.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:36:33.556 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:36:45.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15474/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-02 04:36:45.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xb3c20cf89ce9b71127fc49aa1574afb094e85c90c0a3eda04cf229b4ae514722"},{"messageHash":"0xc4cffeced31ebb36885224b764c187a4569b808e73f4df743caa60204f55b175"},{"messageHash":"0x2c10eea378de2aeaf2ead2650d0b1e16e6dfd8b2faf8230bd5af2aac12dccfcd"},{"messageHash":"0xef41939796cbb299e00036a35b3d8458b4648dbbc2567e28de879dfc64bdce5c"},{"messageHash":"0x6318deecb1a0c74db668fcbf1a51746766030d29f2aad9d94acef6dcb6432bf7"},{"messageHash":"0x5a0160ea709e2ae202138bc26b55ac990174f934719a2fc9d3c37299eebece65"},{"messageHash":"0x3d96eff1996969390d58fd89da175c5cff837cdb800f94b2abf395d3637882c8"},{"messageHash":"0x264c2fd699188cf2b4017fcef4043304c315b0cd7b2594631012d44abc14043e"},{"messageHash":"0x93207cddb656e61c2544354416efcdb1c1347b03600f233dca001f1379b07e63"},{"messageHash":"0x4704c352e14e456e229ce6b8d8be9716e1086cb6494599d36a5bdc6e498e612f"},{"messageHash":"0x86611f8fb6b488377bbd4d0c291b6ba1e6335006acfb7e6b8f80299b1d7718c7"},{"messageHash":"0x3dd292411db2683511f8469072be8dfda7f62baa854db09676a5d9af78626ce9"},{"messageHash":"0x2373c4e2a745bd715e45a31051bc38cfdfc2f7033be62a9fcebc1c612bcf3fca"},{"messageHash":"0x2713f4be3be0f243408b808ef14bafb85a8ea2d07bf82c4a67c5fd4beb728fff"},{"messageHash":"0x875b0295d362df26ef10e172b7b0e4d9c41320e6c74baf40a0ed936a50d4ed70"},{"messageHash":"0x73cf487dc029a271214d934a76b14ed31eb70e11b52274652277131b1cc4898a"},{"messageHash":"0xd2d672fb72d0205520948a7c9b03ae81e3db26576da7f68fb9f44218e1e4c7a1"},{"messageHash":"0xf1aca80c38fc55246a5d2c386df279821218e36009f6e1a9cada6671ce0abf68"},{"messageHash":"0x1a8deac3dcbbe3e11415f3a737dac1c00b8130de82e6b88cd6875d195ae4ee81"},{"messageHash":"0x4eb0d25da06c6f29f33b641829311d804098ef4a0ae7d2cd9bd39d9c167d4a41"},{"messageHash":"0xe8352fadd561e8f5a3a8861e432a58fe676e99e685404b65fadfc28f961cc497"},{"messageHash":"0xf0d88a791a0fad4310b908060fa7bc000e7637ed6cf49e275dcb646b69020bf0"},{"messageHash":"0x4067ff8779191473b81a25ed230dfe88ade19e022c5c15224490520d11b9f273"},{"messageHash":"0x417ec8befdc069e68efb256c9d3b8b203528648e7ab294e35066b2baedba9f8e"},{"messageHash":"0xb973e84a0513e8d39cf80a056850d46a5ee31b20af3a4bdc91b82bfec91307eb"},{"messageHash":"0x2626d850c5a2e358cbcb4a6495e2ab2def5597391fb37c1e8fd2a6dab2e9da60"},{"messageHash":"0x647473b9e59850b86279f59329b39fd6c80447ce9861507adc2666cd4bdb0495"},{"messageHash":"0xcc727874c90aa924b4d2297c80363023ca8774b8695c569f05c5f41a29404101"},{"messageHash":"0x51208df69a449f2fc56dfdf30db4e14306d508b6f4beeb69d4d58868b326da36"},{"messageHash":"0x612c883ba498e142a6268d4f921a47871d93d9f1b235ff653d3fd0756323f8f0"}]}'
2026-03-02 04:36:45.772 DEBUG [tests.store_sync.test_store_sync] Node-2 store has 30/30 messages
2026-03-02 04:37:15.772 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:15.773 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:15.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:15.778 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:15.988 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:15.989 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:15.993 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:15.993 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:16.204 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:16.204 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:16.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:16.209 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:16.420 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:16.420 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:16.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:16.425 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:16.636 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:16.636 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:16.640 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:16.640 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:16.851 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:16.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:16.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:16.857 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:17.067 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:17.068 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:17.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:17.072 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:17.283 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:17.283 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:17.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:17.287 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:17.498 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:17.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:17.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:17.503 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:17.714 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:17.714 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:17.718 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:17.718 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:17.929 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:17.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:17.934 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:17.934 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:18.145 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:18.145 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:18.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:18.149 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:18.360 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:18.361 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:18.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:18.365 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:18.576 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:18.576 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:18.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:18.581 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:18.791 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:18.792 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:18.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:18.796 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:19.007 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:19.007 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:19.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:19.012 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:19.222 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:19.223 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:19.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:19.227 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:19.438 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:19.438 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:19.443 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:19.443 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:19.654 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:19.654 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:19.658 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:19.659 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:19.869 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:19.870 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:19.874 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:19.874 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:20.085 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:20.085 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:20.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:20.090 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:20.301 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:20.301 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:20.306 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:20.307 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:20.517 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:20.518 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:20.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:20.522 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:20.733 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:20.733 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:20.738 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:20.738 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:20.949 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:20.949 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:20.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:20.954 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:21.164 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:21.165 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:21.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:21.170 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:21.380 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:21.381 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:21.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:21.386 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:21.597 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:21.597 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:21.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:21.602 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:21.813 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:21.813 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:21.817 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:21.817 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:22.028 DEBUG [src.steps.store] Relaying message
2026-03-02 04:37:22.028 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:37:22.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:37:22.033 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:37:34.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15474/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-02 04:37:34.249 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-02 04:37:34.250 DEBUG [tests.store_sync.test_store_sync] Node-2 store has 60/60 messages
2026-03-02 04:38:04.250 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:04.251 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:04.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:04.256 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:04.466 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:04.467 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:04.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:04.471 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:04.682 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:04.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:04.687 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:04.687 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:04.898 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:04.898 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:04.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:04.903 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:05.114 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:05.114 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:05.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:05.119 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:05.330 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:05.330 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:05.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:05.335 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:05.545 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:05.546 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:05.550 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:05.550 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:05.761 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:05.761 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:05.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:05.766 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:05.976 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:05.977 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:05.981 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:05.981 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:06.192 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:06.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:06.196 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:06.196 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:06.407 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:06.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:06.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:06.412 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:06.623 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:06.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:06.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:06.628 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:06.839 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:06.839 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:06.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:06.844 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:07.055 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:07.055 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:07.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:07.059 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:07.270 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:07.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:07.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:07.276 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:07.487 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:07.487 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:07.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:07.491 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:07.702 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:07.702 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:07.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:07.707 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:07.918 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:07.918 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:07.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:07.923 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:08.133 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:08.134 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:08.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:08.143 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:08.353 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:08.354 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:08.359 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:08.360 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:08.571 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:08.571 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:08.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:08.576 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:08.787 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:08.787 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:08.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:08.792 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:09.003 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:09.003 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:09.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:09.008 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:09.218 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:09.219 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:09.223 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:09.223 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:09.434 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:09.435 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:09.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:09.439 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:09.650 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:09.650 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:09.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:09.655 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:09.866 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:09.867 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:09.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:09.871 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:10.082 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:10.082 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:10.087 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:10.087 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:10.298 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:10.298 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:10.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:10.303 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:10.513 DEBUG [src.steps.store] Relaying message
2026-03-02 04:38:10.514 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22481/relay/v1/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-02 04:38:10.518 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:38:10.518 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:38:22.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15474/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-02 04:38:22.735 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-02 04:38:22.735 DEBUG [tests.store_sync.test_store_sync] Node-2 store has 90/90 messages
2026-03-02 04:38:52.737 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-02 04:38:52.738 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-02 04:38:52.739 DEBUG [src.node.waku_node] Stopping container with id d9106e59f7e1
2026-03-02 04:38:53.337 DEBUG [src.node.waku_node] Container stopped.
2026-03-02 04:38:53.337 DEBUG [src.node.waku_node] Stopping container with id 2281ec2ca395
2026-03-02 04:38:53.914 DEBUG [src.node.waku_node] Container stopped.
2026-03-02 04:38:53.916 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-02 04:38:54.042 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-02 04:38:54.097 DEBUG [src.node.docker_mananger] No errors found in the waku logs.